#!/bin/sh
# True if IMQ target patch is applied.
[ -f $KERNEL_DIR/include/linux/netfilter/xt_IMQ.h ] && echo IMQ
